Skip to content

Conversation

@shanejbrown
Copy link
Contributor

@shanejbrown shanejbrown commented Sep 2, 2025

What does this PR do?

What issues does this PR fix or reference?

Previous Behavior

New Behavior

Merge requirements satisfied?

  • I have updated the documentation or no documentation changes are required.
  • I have added tests to cover my changes.
  • I have updated the base version in BASE_VERSION (if appropriate).

builder = builders
elif isinstance(builders, list):
# Randomly select a builder from the list
builder = random.choice(builders)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not possible to track/do round robin, so I think this will work great

@shanejbrown shanejbrown merged commit befd6d9 into adobe:main Sep 3, 2025
10 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants